For a 'struct window', replace some Lisp_Object fields to
authorDmitry Antipov <dmantipov@yandex.ru>
Fri, 1 Jun 2012 03:41:03 +0000 (07:41 +0400)
committerDmitry Antipov <dmantipov@yandex.ru>
Fri, 1 Jun 2012 03:41:03 +0000 (07:41 +0400)
commitb1ab4cc8d3b4182d27255d00ed8a5325503c4988
tree422a158c776f4d7400d2a6291618be453ed9c531
parent61d50afcc6cdfffb2a13af20701b6aa9aee97792
For a 'struct window', replace some Lisp_Object fields to
bitfields where appropriate, remove unused fields.
* window.h (struct window): Remove unused 'last_mark_x' and
'last_mark_y' fields.  Rename 'mini_p' field to 'mini',
change it's type from Lisp_Object to bitfield.
Change type of 'force_start', 'optional_new_start',
'last_had_star', 'update_mode_line' and 'start_at_line_beg'
fields from Lisp_Object to bitfield. Adjust users accordingly.
src/ChangeLog
src/fileio.c
src/frame.c
src/keyboard.c
src/window.c
src/window.h
src/xdisp.c
src/xfns.c